CruiseControl.NET : Build Publisher
This page last changed on May 19, 2005 by orogers.
The 'Build Publisher' lets you copy any arbitrary files on a successful build. Example<publishers> <buildpublisher> <sourceDir>C:\myprojects\project1</sourceDir> <publishDir>\\myfileserver\project1</publishDir> </buildpublisher> </publishers> Configuration Elements:
This block used to support a 'additionalDir' attributed. This feature has been removed - just use multiple <buildpublisher> blocks to achieve the same job. |
Document generated by Confluence on Jun 26, 2005 17:22 |